home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Complete Work of Mahatma Gandhi
/
The Complete Work of Mahatma Gandhi-CD interactive.iso
/
mac
/
Ganmac
/
eb.cst
/
00161_Script_volume 255
< prev
next >
Wrap
Text File
|
1999-09-22
|
672b
|
26 lines
on mouseDown
-- Vol 255
global gvolume, cspname
set wgrp to chars(cspname,1,1)
if gvolume < 255 then
if gvolume = 150 then
set the member of sprite 107 to the number of member (wgrp&"volm")
else
set the member of sprite 106 to the number of member (wgrp&"vol0")
end if
set the member of sprite 108 to the number of member ("r"&wgrp&"voll")
set the soundLevel to 7
set the volume of sound 1 to 255
set the volume of sound 2 to 255
updateStage
if gvolume = 0 then
set the soundEnabled to true
updateStage
end if
set gvolume to 255
end if
updateStage
end